home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
BORLAND TURBO
/
OCFSRC.PAK
/
OCGUID.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
860b
|
22 lines
//----------------------------------------------------------------------------
// ObjectComponents
// Copyright (c) 1994, 1997 by Borland International, All Rights Reserved
//
// $Revision: 2.10 $
//
// Actual BOcOle GUIDs spit out here
//
// NOTE! This file must be compiled with the following flags for 16-bit:
// -zE_TEXT -zFCODE (this forces the GUIDs into the code segment)
//----------------------------------------------------------------------------
#define INIT_BGUID // Force Bolero GUIDs to be defined
#include <ocf/defs.h> // Ole basics & GUIDs
#if !defined(OCF_OCBOCOLE_H)
# include <ocf/ocbocole.h> // Bolero GUIDs
#endif
#define INITGUID // Force OLE GUIDs to be defined
#if !defined(_OLECTL_H_) && defined(BI_PLAT_WIN32)
#include <olectl.h> // Ole control GUIDs
#endif